home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / circuits / irsim_ta.z / irsim_ta / irsim / src / ana11 / helper.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-10-08  |  277 b   |  13 lines

  1.  
  2. /*
  3.  * Define NEED_HELPER if the system does not support SIGIO on sockets
  4.  */
  5. #if defined( ultrix ) || defined( hp9000s300 ) || defined ( linux )
  6. #    define    NEED_HELPER
  7. #else
  8. #    ifdef NO_SIGIO        /* this comes from CFLAGS at the top */
  9. #    define    NEED_HELPER
  10. #    endif
  11. #endif
  12.  
  13.